Time Series

Reference

Features

There are two kinds of features unique to time series

Common Patterns

Components

series = trend + seasons + cycles + error

Pasted image 20221204105424.png|600
``

Forecasting

Defining the Forecasting Task

Common Multistep Forecasting Strategies

Forecasting methods

We can choose methods depending on the time series patterns

Partitioning in Time Series

time-series-partition1.png|400

time-series-partition2.png|400
Roll-forward partitioning: start with a short training period, and we gradually increase it, say by one day at a time, or by one week at a time. At each iteration, we train the model on a training period. And we use it to forecast the following day, or the following week, in the validation period.